home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The National Palace Museum Experience
/
The National Palace Museum Experience.iso
/
Programs
/
Panorama.dxr
/
00040_MenuZoomOut hilite.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-11-19
|
326 b
|
17 lines
global c
on mouseDown
set c to the clickOn
set the castNum of sprite c to the number of member "MenuZoomOut Down"
puppetSound(3, "Button")
updateStage()
panzoomout(3)
repeat while the mouseDown
panzoomout(3)
end repeat
end
on mouseUp
set the castNum of sprite c to the number of member "MenuZoomOut"
end